#include <windows>

来源:百度知道 编辑:UC知道 时间:2024/06/14 10:00:11
为什么会有这个f:\vc++\enter\enter\enter.cpp(5) : fatal error C1083: Cannot open include file: 'windows': No such file or directory
我用的是VC++2005,用#include <windows.h>也找不到文件
std这个和不是iostream里的命名空间,和windows.h有关系的么
安装哪里出问题了,有没有什么好的下载地址

没有windows这个头文件只有windows.h
#include <windows.h>

如果不是人为的原因比如说误删了 那么就是你的安装的问题了

#include <windows.h>

using namespace std;
这个写了么?